#include "g.h" int top_sekret::rocket::getThrust() const{ return thrust; } void top_sekret::rocket::setThrust(int n){ thrust = n; }